home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 34
/
Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso
/
Aminet
/
comm
/
irc
/
cybershiela.lha
/
cs
/
cs_daygreet.amirx
< prev
next >
Wrap
Text File
|
1999-09-26
|
223b
|
11 lines
/* CyberShiela MultiResponse File */
nick=getclip('NICK')
tm=time('H')
if tm<12 then z='morning'
if tm>=12 & tm<16 then z='afternoon'
if tm>=16 & tm<21 then z='evening'
if tm>=21 then z='night'
'say Good 'z' 'nick'.'
exit